All Questions
1 question
41votes
6answers
55kviews
Why is unit testing private methods considered as bad practice?
Context: I am currently working on a small project in Python. I commonly structure my classes with some public methods that are documented but mainly deal with the high level concepts (what a user of ...